Revision: zsh--cvshead--1.0--patch-215
Archive: schizo@debian.org--2004-zsh-upstream-cvs-head
Creator: Clint Adams <schizo@debian.org>
Date: Sat Mar 19 02:04:11 CET 2005
Standard-date: 2005-03-19 01:04:11 GMT
Modified-files: ChangeLog Doc/Zsh/options.yo
    Src/Zle/zle_hist.c Src/hist.c Src/options.c Src/zsh.h
New-patches: schizo@debian.org--2004-zsh-upstream-cvs-head/zsh--cvshead--1.0--patch-215
Summary: Update from CVS

2005-03-18  Wayne Davison  <wayned@users.sourceforge.net>

   * 20984 (modified): Src/zsh.h, Src/options.c, Src/hist.c,
   Doc/Zsh/options.yo:  Added a new option, HIST_SAVE_BY_COPY, and
   made it enabled by default.  This changes the rewriting of the
   history file to be done via copy and rename rather than truncate
   and write-in-place.

2005-03-18  Peter Stephenson  <pws@csr.com>

   * 21014: Src/Zle/zle_hist.c: remember_edits() was broken,
   which meant that searching the current line didn't work.
